home *** CD-ROM | disk | FTP | other *** search
/ Win '95 Giga Pack / Win95 Giga Pack (Maple Media) (1997).iso / TOOLBARS / APPBAR / README.TXT < prev   
Text File  |  1996-05-07  |  4KB  |  85 lines

  1. AppBar for Windows 95 ** BETA release 0.97 **
  2.  
  3. This is a beta release.  Do not run this program unless you can live with 
  4. possible bugs.  AppBar does not work correctly in NT with the old interface.
  5. With the Newshell installed, everything works except for StayOnTop (system
  6. hook problems).
  7.  
  8. ****** Intro ************************************
  9.  
  10. AppBar is a simple, fast and easy-to-use menuing system for Win32.  Since 
  11. this program is a full 32-bit program, it will not run in Windows 3.x.  
  12.  
  13. My idea behind AppBar was threefold: 1) I wanted a version of FileBar for 
  14. OS/2 that ran under Win95 since I found that program incredibly useful; 
  15. 2) I wanted to write a menu system for Win95 that was as small as 
  16. possible to show that Win32 programs do not have to be 1 MB and have 
  17. MAPI support to do something effectively; and 3) I wanted to learn C and
  18. the Win32 API better.
  19.  
  20. As it is, AppBar is a visual clone of FileBar (with a few exceptions).  
  21. None of Eric's code was used in this program however.
  22.  
  23. ****** Command Line Parameters (new to 0.95) ****
  24.  
  25. Usage: appbar32.exe [+/-[f filename] [c] [s]] [name]
  26.  
  27. "Name" represents a user configuration.  If you use this, a new settings
  28. entry is created in the Registry and a new data file, name.ab, is
  29. created in the AppBar directory to store the menu items for that user.
  30. With this, you can have several people use AppBar on the same computer
  31. while each has their own menus and settings.  This setting overrides
  32. all other switches.
  33.  
  34.     Example: appbar32.exe mike
  35.  
  36. Use (or create) user setting mike in registry and file mike.ab.
  37.  
  38. Switches
  39.  
  40. Switches are proceeded by a plus or minus depending on whether you want
  41. to turn on/off that setting.  "c" means chime or play a WAV on the hour.
  42. "s" means stayontop.  "f" means use the data file indicated - THE
  43. FILENAME MUST COME RIGHT AFTER THIS SWITCH and it doesn't matter if it
  44. is proceeded by a + or -.
  45.  
  46.     Example: appbar32.exe +s -c +f mydatafile.ab
  47.  
  48. Turn off the chime, turn on stayontop and use "mydatafile.ab" as the
  49. menu datafile (long filename are fine).
  50.  
  51. The only difference between using a user configuration and the switches
  52. is that the switches change the default configuration while using a user
  53. configuration means that any changes to the options are saved to that
  54. user configuration ONLY.
  55.  
  56. ****** Money ************************************
  57.  
  58. AppBar is freeware with one exception.  If you are using this on your 
  59. private machine, you do not have to pay me anything to use it.  There are 
  60. no nags and no hidden "features."  If you want to send me a few bucks, 
  61. however, I won't complain and I will compile a special version with your 
  62. name in the about box.
  63.  
  64. HOWEVER, if this program is to be used in a commercial/business 
  65. environment, you have 15 days to try AppBar.  If you like it, I ask that 
  66. you register it for $1 per workstation.  Purchase of 100 licenses gets 
  67. you the source code, an unlimited license and the right to do anything
  68. you'd like with it as long as it is not publically released.
  69.  
  70. This program may be freely distributed as long as it is in its original
  71. archive file and no fee is charged for the program itself.
  72.  
  73. ****** Thanks **********************************
  74.  
  75. Official AppBar thanks goes to PeopleSoft Inc (http://www.peoplesoft.com),
  76. who hired me as an intern and which was where I worked while writing what 
  77. has become AppBar.  They have a free unlimited license if they want it.
  78.  
  79. ****** Administrivia ***************************
  80.  
  81. E-mail: mperham@cs.cornell.edu
  82. WWW: http://crux4.cit.cornell.edu/~mjp6/appbar.html
  83. AppBar is written in Visual C++ v4.0 in Windows 95 on a Toshiba T4900CT 
  84. laptop.
  85.